VintaSoft Imaging .NET SDK 14.1: Documentation for .NET developer
Vintasoft.Imaging.Office.OpenXml.Editor Namespace / OpenXmlDocumentElement Class / Append Methods / Append<T>(T) Method
Syntax Requirements SeeAlso
In This Topic
    Append<T>(T) Method (OpenXmlDocumentElement)
    In This Topic
    Appends the specified content to the children of this element.
    Syntax
    'Declaration
    
    Public Overloads Sub Append<T
    The content element type.
    >( _
    ByVal content
    The content info.
    As T _
    ) (Of T
    The content element type.
    As OpenXmlContentInfo)
    public void Append<T>(
    T content
    ) where T: OpenXmlContentInfo
    public: void Append<T>(
    T* content
    ) where T: OpenXmlContentInfo*
    generic<typename T>
    public:
    void Append(
    T^ content
    ) where T: OpenXmlContentInfo^

    Parameters

    content
    The content info.

    Type Parameters

    T
    The content element type.
    Requirements

    Target Platforms: .NET9; .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

    See Also